From: Sam Steingold Date: Wed, 19 Jan 2011 15:24:40 +0000 (-0500) Subject: * src/w32.c (check_windows_init_file): Remove declarations of X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5143 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=95f2eba18052b9b859d72e2ae117b58805b6c07b;p=emacs.git * src/w32.c (check_windows_init_file): Remove declarations of Vwindow_system, Vload_path, Qfile_exists_p to fix compilation. --- diff --git a/src/ChangeLog b/src/ChangeLog index fa10e817d5d..081283346f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-01-19 Sam Steingold + + * w32.c (check_windows_init_file): Remove declarations of + Vwindow_system, Vload_path, Qfile_exists_p to fix compilation. + 2011-01-19 Tom Tromey * window.c: Fix error introduced by previous patch. diff --git a/src/w32.c b/src/w32.c index b10f9ec9db4..e508e4e3fa5 100644 --- a/src/w32.c +++ b/src/w32.c @@ -5656,7 +5656,6 @@ check_windows_init_file (void) if (!noninteractive && !inhibit_window_system) { - extern Lisp_Object Vwindow_system, Vload_path, Qfile_exists_p; Lisp_Object objs[2]; Lisp_Object full_load_path; Lisp_Object init_file;